home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / source / f2c3.2src.lha / f2c-for-SASC651 / libI77 / smakefile < prev    next >
Encoding:
Makefile  |  1994-10-15  |  1.1 KB  |  67 lines

  1.  
  2. .c.o:
  3.     sc $*.c
  4.     oml /lib/f2c.lib r $*.o
  5.  
  6. OBJ =    backspace.o close.o dfe.o dolio.o due.o endfile.o err.o \
  7.     fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o \
  8.     rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o \
  9.     util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o
  10.  
  11. /lib/f2c.lib:    $(OBJ)
  12.     @echo "/lib/f2c updated."
  13.  
  14. backspace.o:    fio.h
  15. close.o:    fio.h
  16. dfe.o:        fio.h
  17. dfe.o:        fmt.h
  18. due.o:        fio.h
  19. endfile.o:    fio.h rawio.h
  20. err.o:        fio.h rawio.h
  21. fmt.o:        fio.h
  22. fmt.o:        fmt.h
  23. iio.o:        fio.h
  24. iio.o:        fmt.h
  25. ilnw.o:        fio.h
  26. ilnw.o:        lio.h
  27. inquire.o:    fio.h
  28. lread.o:    fio.h
  29. lread.o:    fmt.h
  30. lread.o:    lio.h
  31. lread.o:    fp.h
  32. lwrite.o:    fio.h
  33. lwrite.o:    fmt.h
  34. lwrite.o:    lio.h
  35. open.o:        fio.h rawio.h
  36. rdfmt.o:    fio.h
  37. rdfmt.o:    fmt.h
  38. rdfmt.o:    fp.h
  39. rewind.o:    fio.h
  40. rsfe.o:        fio.h
  41. rsfe.o:        fmt.h
  42. rsli.o:        fio.h
  43. rsli.o:        lio.h
  44. rsne.o:        fio.h
  45. rsne.o:        lio.h
  46. sfe.o:        fio.h
  47. sue.o:        fio.h
  48. uio.o:        fio.h
  49. util.o:        fio.h
  50. wref.o:        fio.h
  51. wref.o:        fmt.h
  52. wref.o:        fp.h
  53. wrtfmt.o:    fio.h
  54. wrtfmt.o:    fmt.h
  55. wsfe.o:        fio.h
  56. wsfe.o:        fmt.h
  57. wsle.o:        fio.h
  58. wsle.o:        fmt.h
  59. wsle.o:        lio.h
  60. wsne.o:        fio.h
  61. wsne.o:        lio.h
  62. xwsne.o:    fio.h
  63. xwsne.o:    lio.h
  64. xwsne.o:    fmt.h
  65.  
  66.  
  67.